home *** CD-ROM | disk | FTP | other *** search
- object FrmFormulas: TFrmFormulas
- Left = 164
- Top = 132
- BorderStyle = bsDialog
- Caption = 'FrmFormulas'
- ClientHeight = 273
- ClientWidth = 474
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- Position = poScreenCenter
- OnHide = FormHide
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 16
- object PnlFormula: TPanel
- Left = 9
- Top = 6
- Width = 456
- Height = 261
- BevelOuter = bvLowered
- TabOrder = 2
- Visible = False
- object Bevel3: TBevel
- Left = 0
- Top = 200
- Width = 457
- Height = 9
- Shape = bsBottomLine
- Style = bsRaised
- end
- object Label1: TLabel
- Left = 8
- Top = 43
- Width = 97
- Height = 17
- Caption = 'Formula Text : '
- end
- object Bevel4: TBevel
- Left = -1
- Top = 32
- Width = 457
- Height = 9
- Shape = bsBottomLine
- Style = bsRaised
- end
- object Label2: TLabel
- Left = 12
- Top = 12
- Width = 65
- Height = 16
- Caption = 'Formula : '
- end
- object Label3: TLabel
- Left = 156
- Top = 12
- Width = 50
- Height = 16
- Caption = 'Name : '
- end
- object MemFormula: TMemo
- Left = 8
- Top = 64
- Width = 441
- Height = 137
- Lines.Strings = (
- '')
- TabOrder = 4
- end
- object BtnGetFomula: TButton
- Left = 8
- Top = 216
- Width = 105
- Height = 33
- Caption = 'Get Formula'
- TabOrder = 0
- OnClick = BtnGetFormulaClick
- end
- object BtnCheckFormula: TButton
- Left = 120
- Top = 216
- Width = 105
- Height = 33
- Caption = 'Check Syntax'
- Enabled = False
- TabOrder = 1
- OnClick = BtnCheckFormulaClick
- end
- object BtnSetFormula: TButton
- Left = 232
- Top = 216
- Width = 105
- Height = 33
- Caption = 'Set Formula'
- Enabled = False
- TabOrder = 2
- OnClick = BtnSetFormulaClick
- end
- object BtnOKFormula: TBitBtn
- Left = 344
- Top = 216
- Width = 105
- Height = 33
- TabOrder = 3
- OnClick = BtnOKFormulaClick
- Kind = bkOK
- end
- object CmbFormulaNum: TComboBox
- Left = 88
- Top = 8
- Width = 53
- Height = 24
- ItemHeight = 16
- TabOrder = 5
- OnChange = CmbFormulaNumChange
- end
- object CmbFormulaName: TComboBox
- Left = 208
- Top = 8
- Width = 241
- Height = 24
- Style = csSimple
- ItemHeight = 16
- TabOrder = 6
- end
- end
- object PnlSelection: TPanel
- Left = 9
- Top = 6
- Width = 456
- Height = 261
- BevelOuter = bvLowered
- TabOrder = 0
- Visible = False
- object Bevel1: TBevel
- Left = 0
- Top = 200
- Width = 457
- Height = 9
- Shape = bsBottomLine
- Style = bsRaised
- end
- object MemSelect: TMemo
- Left = 8
- Top = 6
- Width = 441
- Height = 195
- Lines.Strings = (
- '')
- TabOrder = 4
- end
- object BtnGetSelect: TButton
- Left = 8
- Top = 216
- Width = 105
- Height = 33
- Caption = 'Get Selection'
- TabOrder = 0
- OnClick = BtnGetSelectClick
- end
- object BtnCheckSelect: TButton
- Left = 120
- Top = 216
- Width = 105
- Height = 33
- Caption = 'Check Syntax'
- Enabled = False
- TabOrder = 1
- OnClick = BtnCheckSelectClick
- end
- object BtnSetSelect: TButton
- Left = 232
- Top = 216
- Width = 105
- Height = 33
- Caption = 'Set Selection'
- Enabled = False
- TabOrder = 2
- OnClick = BtnSetSelectClick
- end
- object BtnOKSelect: TBitBtn
- Left = 344
- Top = 216
- Width = 105
- Height = 33
- TabOrder = 3
- OnClick = BtnOKSelectClick
- Kind = bkOK
- end
- end
- object PnlGroup: TPanel
- Left = 9
- Top = 6
- Width = 457
- Height = 259
- BevelOuter = bvLowered
- Caption = 'PnlGroup'
- TabOrder = 1
- Visible = False
- object Bevel2: TBevel
- Left = 0
- Top = 160
- Width = 457
- Height = 9
- Shape = bsBottomLine
- Style = bsRaised
- end
- object MemGroup: TMemo
- Left = 8
- Top = 6
- Width = 441
- Height = 155
- Lines.Strings = (
- '')
- TabOrder = 4
- end
- object BtnSetGroup: TButton
- Left = 232
- Top = 176
- Width = 217
- Height = 33
- Caption = 'Set Group Selection'
- Enabled = False
- TabOrder = 2
- OnClick = BtnSetGroupClick
- end
- object BtnOKGroup: TBitBtn
- Left = 232
- Top = 216
- Width = 217
- Height = 33
- TabOrder = 3
- OnClick = BtnOKGroupClick
- Kind = bkOK
- end
- object BtnCheckGroup: TButton
- Left = 8
- Top = 216
- Width = 217
- Height = 33
- Caption = 'Check Syntax'
- Enabled = False
- TabOrder = 1
- OnClick = BtnCheckGroupClick
- end
- object BtnGetGroup: TButton
- Left = 8
- Top = 176
- Width = 217
- Height = 33
- Caption = 'Get Group Selection'
- TabOrder = 0
- OnClick = BtnGetGroupClick
- end
- end
- end
-